From c10127156f172ed172ec2a29408ff2e93b764843 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Oct 2010 14:50:17 +0200 Subject: [PATCH] Make the docs build --- gtk/gtkwidget.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 8dee82cbe8..6d7faf8abc 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -88,12 +88,10 @@ * This allows a widget to tell it's parent container whether * it preferrs to be allocated in %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH * or %GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT mode. - * * %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH means the widget preferrs to * have #GtkWidgetClass.get_preferred_width() called and then * #GtkWidgetClass.get_preferred_height_for_width() and is the * default return for unimplemented cases. - * * However it's important to note (as described below) that any * widget which trades height-for-width must respond properly to * both #GtkSizeRequestModes since it might be queried in either @@ -108,7 +106,6 @@ * a width less than it's minimum and will only ever be allocated * a width greater than the natural width once all of the said * widget's siblings have received their natural widths. - * * Furthermore a widget will only ever be allocated a width greater * than it's natural width if it was configured to receive extra * expand space from it's parent container. @@ -119,7 +116,6 @@ * * This is called by containers to obtain the minimum and * natural height of a widget. - * * A widget that does not actually trade any height for width * or width for height only has to implement these two virtual * methods (#GtkWidgetClass.get_preferred_width() and -- 2.30.2